crypto/tls.halfConn.err (field)
8 uses
crypto/tls (current package)
conn.go#L174: err error // first permanent error
conn.go#L200: hc.err = &permanentError{err: e}
conn.go#L202: hc.err = err
conn.go#L204: return hc.err
conn.go#L613: if c.in.err != nil {
conn.go#L614: return c.in.err
conn.go#L1216: if err := c.out.err; err != nil {
conn.go#L1594: if !errors.As(c.out.err, &a) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |